Thread: Unicode support
View Single Post
  #2  
Old May 20th, 2008, 01:33 PM
artov artov is offline
Registered User
 
Join Date: Mar 2005
Posts: 197
Thanks: 0
Thanked 1 Time in 1 Post
artov is on a distinguished road
I used glibmm (http://www.gtkmm.org/documentation.shtml) on a project to collect user information (how much they used
computers etc.) to a database. Since the machines were different kinds of Unix servers and
the database was Microsofts SQL Server, I used glibmm's usting, which converts different
encodings to UTF-8. The catch is, glibmm is for C++ and you did not told what language
you are going to use.
Reply With Quote