06-08-2020, 01:31 PM
i have this array of widechar
i got this compiler warning during compilation
any idea how to handle this warning ?
Code:
SpecialChars: array[1..60] of WideChar = (
#0160, #0169, #0174, #8482, #0185, #0178, #0179, #0034, #0038, #0060,
#0062, #8211, #8212, #8216, #8217, #8220, #8221, #8226, #8224, #8225,
#8242, #8243, #8249, #8250, #0732, #0710, #9824, #9827, #9829, #9830,
#9674, #8592, #8594, #8593, #8595, #8596, #0172, #0188, #0189, #0190,
#0177, #0171, #0187, #0176, #0171, #0186, #0161, #0191, #8364, #0162,
#0163, #0165, #0164, #0167, #0182, #0175, #0183, #0181, #0215, #0247);
i got this compiler warning during compilation
Quote:[dcc32 Warning] SimpleHTML.pas(203): W1063 Widening given AnsiChar constant (#$F7) to WideChar lost information
any idea how to handle this warning ?