You are not logged in.

emil

Beginner

  • "emil" is male
  • "emil" started this thread

Posts: 7

Date of registration: Jul 7th 2011

Location: Staßfurt,Germany

  • Send private message

1

Thursday, July 7th 2011, 10:37am

Euro (€) Character Question

Hallo, little Question:
How can i write an Euro Character out from Jabaco ?
It only shows "?" .Maybe this Question is already answered, please tell me. The code below is only as example, problems occured on a bigger project; compiled to a jar file "€" is not supported on windows, on linux "äüßö "etc. too. Is it up to the encoding ?( ? Have i to tell Jabaco about the charset ?

Source code

1
2
3
4
5
6
7
8
9
'Type an EURO Character (€) and hit cmd1
'look at the saved file
Dim file As VBFileHandler
Public Sub cmd1_Click()
   CD1.ShowSave             	'CommonDialog1
   file = Open(CD1.FileName)
   file.writeString(txt1.Text)  'Text1
   file.close
End Sub

Any hints welcome, mfg emil.

PS: If i run the jar on Ubuntu, all fonts get very big :wacko: Umlaute are replaced by strange signs.

This post has been edited 1 times, last edit by "emil" (Jul 7th 2011, 3:54pm)


Rate this thread
WoltLab Burning Board