[Gambas-user] How to print Greek
Vassilis K
vkan53 at ...2300...
Sat Feb 13 20:31:33 CET 2010
I solved it !!
With your help !!
1. I installed the locales as Doriano said.
2. After that I found the ibm web-page with all the greek char types:
http://www-01.ibm.com/software/globalization/ccsid/ccsid_registered.jsp
3. I started printing with Fabien's routine and the different char types
of that page.
4. The solution is the following:
sString = Conv$("αβγδεζηθΑΒΓΔΕΖΗΘ", "UTF-8", "cp737")
Yesterday I was trying with "ibm737" and got error ! But the solution
was so close !!
Thank you.
More information about the User
mailing list