473,399 Members | 3,919 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

ASP.NET / SQL / Japanische Zeichen

Hallo Zusammen

Ich hab eine simples ASP.NET Formular, in welche ich einen Text eingeben
kann. Beim klicken von speichern wird dieser in die Datenbank gespeichert
und danach kann dieser über eine andere Seite angezeigt werden. Ich möchte
jetzt auch Japanische Zeichen speichern können. Ich kann diese eingeben und
speichern.

Die Ausgabe besteht dann aber leider nur aus ????? . Wenn ich die DB im
Enterprise-Manager ansehe sehe ich nur kleine Vierecke.

Wie kann ich überprüfen ob der Text überhaupt richtig gespeichert wurde?
Speicherung erfolgt über eine Stored-Procedure vom MyTextBox.Text Inhalt.

Was muss ich speziell anpassen damit das läuft? Kann mir jemand
weiterhelfen?

Vielen Dank
Patrick
Nov 18 '05 #1
1 1225
Die Antwort lautet UTF-8 :-)

Du muß eine Unicode Encoding (UTF-8) auf dem Applikation als Property
"globalization" in web.config angebeben sein.

<globalization requestEncoding="utf-8" responseEncoding="utf-8"/>

Dann Problem mit Ausgabe für alle Sprache ist weg

"Patrick" <pa********@bluemail.ch> wrote in message
news:uJ****************@TK2MSFTNGP11.phx.gbl...
Hallo Zusammen

Ich hab eine simples ASP.NET Formular, in welche ich einen Text eingeben
kann. Beim klicken von speichern wird dieser in die Datenbank gespeichert
und danach kann dieser über eine andere Seite angezeigt werden. Ich möchte
jetzt auch Japanische Zeichen speichern können. Ich kann diese eingeben und speichern.

Die Ausgabe besteht dann aber leider nur aus ????? . Wenn ich die DB im
Enterprise-Manager ansehe sehe ich nur kleine Vierecke.

Wie kann ich überprüfen ob der Text überhaupt richtig gespeichert wurde?
Speicherung erfolgt über eine Stored-Procedure vom MyTextBox.Text Inhalt.

Was muss ich speziell anpassen damit das läuft? Kann mir jemand
weiterhelfen?

Vielen Dank
Patrick

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dkara | last post by:
Hi, I'd like to program a html/php form with select, checkbox, textarea, radiobuttons. This script should have an error check without loosing the inserted infomation and if all the fields are OK...
1
by: Patrick Gunia | last post by:
Hi, i´m trying to build a xml - parser, which should simply list all used tokens an dattributes including their values. So far, so good, this works, but now i try to check for illegal phrases in...
15
by: Dennis Schulz | last post by:
hi y'all im a beginner in C language and i have problems running this programm. when i enter a newline there is a "segmentation fault". i dont know what it means and already spent too much time...
0
by: Marcel Boscher | last post by:
Hello everybody, i get strange error messages when trying to call up my function with a SELECT functionname(with or without int); varying from: ERROR: function chr(double precision) does...
7
by: jack sparrow | last post by:
hallo zusammen! habe ein problem, ich muss als studienleistung ein programm schreiben mit folgender aufgabenstellung:...
1
by: =?iso-8859-1?q?Stephan_W=F6ffler?= | last post by:
Hallo, ich möchte, dass bei Eingabe eines Zeichens über die Tastatur (alle Zeichen ausser Funktionstasten) eine Aktion passiert. Dazu habe ich die Methode protected override bool...
22
by: Michael Post | last post by:
Hello members, i have a (time-(?))-problem with the serial-communication with an ms- dos 6.2 and the rs232-interface with an rs485-adapter behind the interface. I program in C. As compiler, i...
6
by: Peter Pippinger | last post by:
Hello NG, i have 2 functions to read and write strings on a TCP-socket. The strange thing is, that sometimes there are unexpected characters in the string. First of all, have i understood it...
1
by: JimL | last post by:
Hello Group, I am trying to import data in a .csv file - the data contains English pound signs (£). When importing data via filestreams etc I use the "Default" code page - which is 1252 (ISO...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.