Re: Oracle accent



Assuming a multi byte character set is used. An assumption I would have
made, too, but I have had long discussions, based on wrong assumptions.

That's why I said "most probably" ;)
Also he inserted 20 chars in 20 byte. If this would be single byte
charset then there wouldn't be any problem at least connected with
value too big, yea?


1) choose another characterset of the db so that your french
characters are not multi-byte (which actually means rebuild the DB,
actually just a theoretical solution ;)

Hmmm - there is a program called csscan (Character Set Scan), that will
show you whether you can switch from one charset to another.
So, this is not theoretical in all situations, but very likely (based
on earlier made assumptions) in this case.

OK csscan is something new for me.

Gints Plivna
http://www.gplivna.eu

.



Relevant Pages

  • Re: PEP 263 status check
    ... Unicode, and things like that. ... > that an 8-bit string contains one byte per character ... ensure that it doesn't do any fancy charset handling, ... often does not know which character set to convert it to. ...
    (comp.lang.python)
  • Re: DBI and character sets (yet again)
    ... > - provide access to character set information, ... Does your DBD currently support NLS encodings? ... E.g., my locale's charset is UTF8, and I retrieve some UNICODE columns. ...
    (perl.dbi.users)
  • Re: how to tell server that charset is UTF-8??
    ... >> to my knowledge Apache itself won't send the character set part of the header ... What sends the character encoding ... Missing Charset ...
    (comp.lang.php)
  • Re: outputting XML from PHP
    ... I would suppose that web servers sending out ... If you set the character set in the header it will always override the ... if the default is ok then you can safely leave the charset ... MIME processors and XML processors ...
    (comp.lang.php)
  • Re: CharsetDecoder issue
    ... > Data is read from a server and the byteBuffer is decoded using ... > Am I suppose to know beforehand what charset the incoming data is in? ... there's really no way to know what character set it's in. ... whatever your filesystem calls it) so that applications can query the ...
    (comp.lang.java.programmer)