@spotUP
Quote:
As for when i need UTF8, most notably when chatting via IRC.
It's irritating that it gets more and more common to get garbage
chars when friend type swedish characters.
I've heard that the IRC protocol doesnt include any MIME
specification of the used charset. The user is responsible
to know which charset is used by the other user and to send
the text he typed in the charset which is expected by the
other user.
Or in other words, you have to tell the other users that
they shall send ISO-8859-1 or -15. Or you use an IRC client
which is able to decode UTF-8 and to convert it to the
current OS4 system default charset before displaying the
text. No, you dont need an IRC client which can display
full Unicode, you dont even need an IRC client which
can display any 8bit charset, a simple conversion from UTF-8
to the current system default charset is enough to talk
swedish with swedish friends.
Quote:
I guess it would help to display some webpages better too.
You dont need UTF-8 support in OS4 to be able to display
most UTF-8 encoded webpages, an UTF-8 decoder plus conversion
to the current system default 8bit charset would be enough
for the majority of cases IMHO (swedish users prefer swedish
websites which can normally be displayed without problem
with their swedish system default fonts in their swedish
system default charset).
Quote:
If wookie and ibrowse would support UTF8.
Quoting the IBrowse history.txt file from the OS4Final CD:
Quote:
-or- Added preliminary support for pages using UTF-8 encoding, mapping
back to windows-1252 for now
Please ask the WookieChat author about an option to decode
UTF-8 to the current OS4 system default charset before
displaying the received text.