I want to work with `java.text.Normalizer/normalize` which require some
constansts named NFD, NFC etc. I could import java.text.Normalizer
with this:
```
(import java.text.Normalizer)
```
but couldn't figure how to import and use the constansts from
http://docs.oracle.com/javase/6/docs/api/java/text/Normalizer.Form.html#NFC
Using `(import 'java.text.Normalizer.Form)` yelled an
`ClassNotFoundException`.
Sorry if the question is stupid. I know nothing about Java.

Attachment: signature.asc
Description: PGP signature



Reply via email to