Autor Beitrag
DenniZ
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 30

Win XP
C# (VS 2k5)
BeitragVerfasst: Do 05.04.07 12:54 
Hi!

Ich will grad einfach nur ein Programm machen, dass mir den Text aus einer Textbox in eine andere Textbox schreibt und dort die Zeichen verändert. "A" wird zu "Alpha"(dem Zeichen) usw.!

Der Code lautet so (das Forum ändert das Zeichen Alpha zu einem Code um!!):
ausblenden C#-Quelltext
1:
textLeet1.Text = textOri.Text.Replace("a""α");					


Funktioniert alles wunderbar! Will ich allerdings dann abspeichern, bringt er mir dass die Unicodes irgendwie nicht stimmen. Setze ich dann fort ohne eine bestimmte Änderung der Unicodes wird für "a" nur "a" ausgegeben, nichts wird dann verändert! Man kann auch Unicodes manuell wählen, nur wie komme ich an diese Optin in Visual Studio 2005 ran? Bisher geht das bei mir nur wenn ich neues Projekt mach, neue Grafische Oberfläche mache usw. also wie von vorne anfangen!

Wäre nett wenn jemand einen Lösung parat hätte :-/ oder zumindest wie ich die Unicode-Dingsda änder!

Dennis

_________________
Am Ende des Geldes ist immer noch viel Monat übrig :(
Kha
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 3803
Erhaltene Danke: 176

Arch Linux
Python, C, C++ (vim)
BeitragVerfasst: Do 05.04.07 14:14 
Datei -> Speichern unter...

:gruebel:
DenniZ Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 30

Win XP
C# (VS 2k5)
BeitragVerfasst: Do 05.04.07 23:16 
Nein, leider nicht *g*

_________________
Am Ende des Geldes ist immer noch viel Monat übrig :(