fredi
Posts: 4
|
| Posted: 04/28/2006, 1:35 PM |
|
Hi,
like others I have the problem to use special characters in a textbox / textfield. When you have data like
初始化上
(it means 初始化上)
CCS will set the 'value' of your textbox to this
value="找不到指"
And that's useless in this case. In 'label' Fields you can tell CCS that the content is html, you can set the 'content'-property to 'html'. In a textbox, this is not possible.
this problem is already written down in http://forums.yessoftware.com/posts.php?post_id=46069
and some other posts
BUT
there is no solution. And what peterr postet at the end of that post is worthless to me too because I don't (want to) understand it (... I think that you could try ...), I need a working form
so, anybody has a solution?
thanks a lot,
frederic espitalier
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/28/2006, 10:58 PM |
|
Frederic,
As you see, others don't have a problem here which could mean that everything works as it should. Just because someone asks a question it doesn't mean that there is a problem or no solution. I personally don't understand why and where you see a problem. Entered values are handled by Web browsers and written correctly to database. Textboxes don't need HTML type content.
Please contact support and they will guide you through if you need help.
Thanks.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
fredi
Posts: 4
|
| Posted: 04/30/2006, 2:23 PM |
|
peterrr, I found the Problem (my mistake ),
I have a multi-language Form with textboxes for German, English and Chinese and activated also the internationalisation feature. The page was running in the default language (german) and did always the wrong decoding but project settings for output-coding was utf-8.
I just activated UTF-8 Output-Coding at all languages in the interantionalization feature (which i didn't see before), and now it is working (after publishing the whole project).
thanks
frederic espitalier
|
 |
 |
feha
Posts: 712
|
| Posted: 05/01/2006, 5:55 AM |
|
fredi
one more thing
if you store your cotent in DB please make sure even DB is set to utf-8 
else you will not get the right display of your content.
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
|