...
Section |
---|
Column |
---|
| Insert excerpt |
---|
| US:_icon_Important(30px) |
---|
| US:_icon_Important(30px) |
---|
nopanel | true |
---|
| |
Column |
---|
Changing the encoding of an EDMmodel that is already populated with string data may cause problems. This is because the existing strings will be read with a different encoding that they were written with. |
|
...
Sample 1: Converting between String Encodings
This sample shows how to change the encoding of a string.
Section |
---|
Column |
---|
| Insert excerpt |
---|
| US:_icon_C(30px) |
---|
| US:_icon_C(30px) |
---|
nopanel | true |
---|
|
|
Column |
---|
Insert excerpt |
---|
| US:_xc_ConvertStringEncoding |
---|
| US:_xc_ConvertStringEncoding |
---|
nopanel | true |
---|
|
|
|
...
Sample 2: Changing the default EDMdatabase String Encoding
This sample shows how to change the default string encoding of an EDMdatabase.
Section |
---|
Column |
---|
| Insert excerpt |
---|
| US:_icon_C(30px) |
---|
| US:_icon_C(30px) |
---|
nopanel | true |
---|
|
|
Column |
---|
Insert excerpt |
---|
| US:_xc_SetEDMdatabaseStringEncodingUTF8 |
---|
| US:_xc_SetEDMdatabaseStringEncodingUTF8 |
---|
nopanel | true |
---|
|
|
|
...
Sample 3: Changing the EDMmodel String Encoding
This sample shows how to change the string encoding of an EDMmodel.
...