Home > database >  The blob into Chinese characters with pb?
The blob into Chinese characters with pb?

Time:09-26


Is there a code test cases?

I removed them blob a content of Chinese characters, how it can turn out normal display Chinese characters?

CodePudding user response:

Directly use the string (blob)

CodePudding user response:

With the string will appear garbled,
Is there any can use analytic method to implement?

CodePudding user response:

Blob directly turn the string is a standard string () function, you check the help, see if there are any other available parameters,

CodePudding user response:

There should be no problem ah,
I put the string to a blob, turn back,

CodePudding user response:

May be stored the blob of coding problems
Try FromUnicode (blob)

CodePudding user response:

String SSTR

SSTR=String (ib_sblob EncodingANSI!)
  • Related