This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Actually many of the Win32 API has two versions, one using unicode and the other using Latin-1 or some other encoding for japanase and arabic Windows.
Some references about Unicode: http://www.cl.cam.ac.uk/~mgk25/unicode.html http://www.unicode.org/standard/WhatIsUnicode.html
Java by the spec uses unicode all the time internally, so libcj should do
different conversions depending on the OS it's running.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |