A question on international languification....

I am trying to convert some european language text to unicode files.
When I run "native2ascii" task, the resulting files come out
doublespaced, linespaced etc, which throws Javac compiler for a loop.

Is ther a particular combination of input/output formats?

(this probably wont come out well in email, but:)

input content:
        #define STR_Back        "Menu"

(where the menU has an accent)
currently a UTF-16 file.

output I get
         # d e f i n e   S T R _ B a c k         " M e n \ufffd" 

with lots of extra spaces.
The ant task is....

<native2ascii 
        src="${basedir}/common/src" 
        dest="${build}/filtered/"
        includes="*.h"
/>

I tried adding various
        encoding="unicode"
        encoding="utf-16"

to the ant task too...

Merci pour l'assistance!

/dc
+-----+-----------------------------------------+
david [dc] collier

NAMCO Ltd.
Web & Mobile Contents Business Group

  e   |   [EMAIL PROTECTED]
  v   |  +81(0)90 7414 6107


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to