Hi Frank,
Frank Schönheit - Sun Microsystems Germany wrote:
Hi Ivo,
(and no, neither my IDE's editor nor my fallback editor (TextPad)
currently seem to recognize UTF-8 :( )
I don't know what IDE you use. My msdev opens resources files well.
Hmm, I opened dbaccess/source/ui/browser/sbabrw.src from src.m133, and
msdev showed me only garbage instead of umlauts.
Investigating this, it seems I accidentally hit one of the few files
which does not have the "Byte order marker", and thus is broken. Other
files with umlauts open fine in msdev (and, well, also in my fallback
text editor :).
Okay, what do I have to do to repair this file?
/bin/echo -ne "\357\273\277" > mytmp ; cat sbabrw.src >> mytmp ; mv
sbabrw.src sbabrw.src.old ; mv mytmp sbabrw.src
Please use "echo" from /bin and not the shell build-in one.
Cheers,
Ivo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]