Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Extra libraries, Code snippets, applications etc. » OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc » More Unicode questions
Re: More Unicode questions [message #21460 is a reply to message #21453] Thu, 21 May 2009 16:46 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14266
Registered: November 2005
Ultimate Member
cbpporter wrote on Thu, 21 May 2009 07:52


The only situation this makes sense it if the default encoding for strings is changed to something different than the system wide. I'm sorry if a misunderstood this.



Exactly. Obvious example is an application in Win98 that is internally Utf-8...

Quote:


And a separate idea: wouldn't it make sense if all 8bit strings were Utf-8 internally?



It would. In fact, I think there is even the recommendation that application should prefer Utf-8 as internal encoding.

Anyway, there are legacy applications that are not utf-8 and that we need to support... And it really is not very complicated to add support for non-Utf8 internal encoding - you need ToSystemCharset[W] no matter what, all you need to do is to have some global default charset variable (SetDefaultCharset) and test
it in ToSystemCharset[W].

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cross Compile HowTo?
Next Topic: Problem installing upp on ubuntu
Goto Forum:
  


Current Time: Fri Jul 18 03:48:24 CEST 2025

Total time taken to generate the page: 0.04279 seconds