Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Java mag keine Umlaute [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Sat Dec 23, 2006 7:34 pm    Post subject: Java mag keine Umlaute [solved] Reply with quote

Moin zusammen,

ich hab hier ein Java-Programm (SWING) in dem ich in die Textfelder keine Umlaute schreiben kann.
(Kriege immer nur diese Quadrate statt den Umlauten)
Locale ist richtig gesetzt:
Code:
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=de_DE@euro

Muss ich da der VM noch irgendein Flag mitgeben? ich hab mich tod gesucht, aber
Code:

java -Dfile.encoding=ISO-8859-1 -Duser.language=de -Duser.region=de -jar '/opt/Abrechnungssystem/Abrechnungssystem v2.0_fat.jar'
bringt es auch nicht... :cry:

Bin für jeden Tipp dankbar!

Tschö mit ö
Manuel
_________________
Build your own live cd with catalyst 2.0!


Last edited by manuels on Mon Dec 25, 2006 9:12 pm; edited 1 time in total
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Sun Dec 24, 2006 2:12 pm    Post subject: Reply with quote

hmm, nur am Font kann es auch nicht liegen.
In die MySQL-DB kommen nur Fragezeichen statt Umlaute rein...

EDIT: Muss an Java liegen: Über phpMyAdmin krieg ich Umlaute in die DB rein.
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Sun Dec 24, 2006 3:04 pm    Post subject: Reply with quote

hmm, scheint daran zu liegen, dass ich das ganze aus einer KDE-Verknüpfung starte.
Wenn ich das dingen aus der Konsole starte läufts.
mein Start-Script sieht so aus:

Code:
#!/bin/bash
source /etc/profile
locale # nur fürs debuggen...
java -Dfile.encoding=ISO-8859-1 -Duser.language=de -Duser.region=de -jar '/opt/Abrechnungssystem/Abrechnungssystem v2.0_fat.jar'


Muss ich da noch irgendwas "reinsourcen"?
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
manuels
Advocate
Advocate


Joined: 22 Nov 2003
Posts: 2146
Location: Europe

PostPosted: Mon Dec 25, 2006 9:12 pm    Post subject: Reply with quote

Hab es nun hinbekommen.
hab
Code:
LC_ALL=de_DE@euro
LANG=de_DE@euro

export LC_ALL
export LANG
Zum Start-Script hinzugefügt - das sollte doch eigentlich durch
Code:
source /etc/profile
drin sein, oder?

Naja egal, nun läufts
_________________
Build your own live cd with catalyst 2.0!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum