×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 8/28/2023 3:08 PM, Lehti, Eric wrote:
You want to allow accented characters like è in the database?
Will need CCSID different from 37.
My experience differs to yours.
On my 7.4 system, I did the following in a job CCSID(37):
A R TEXTR
A TXT037 10
A TXT1208 10 CCSID(1208)
crtpf text
dspfd text
CCSID See DSPFFD
dspffd text
Data Field Buffer Buffer Field Column
Field Type Length Length Position Usage Heading
TXT037 CHAR 10 10 1 Both TXT037
Coded Character Set Identifier . . . . . : 37
TXT1208 CHAR 10 10 11 Both TXT1208
Coded Character Set Identifier . . . . . : 1208
UCS2 or Unicode conversion . . . . . . . : *CONVERT
Normalize data . . . . . . . . . . . . . : No
Enter HÉLÈNE into both fields using DBU - remember, everything in a job
with CCSID(37). Do it again in mixed case.
dsppfm text
*...+....1....+....2
HÉLÈNE çCi<Ch+á██
Hélène çCz%Cy>Á██
* . . . + . . . . 1 . . . . + . . . . 2
C871D374 D5C54040 404048C3 894CC388 4E452020
C8519354 95854040 404048C3 A96CC3A8 6E652020
As an Amazon Associate we earn from qualifying purchases.