From caa749f6a07d46609f8f5aa99fd4c7a5e52057d6 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Tue, 27 Jan 2015 16:47:40 +0000 Subject: [PATCH] * UTF-8 may not be the system codepage on OS/2 - skipped git-svn-id: trunk@29566 - --- tests/test/twide3.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test/twide3.pp b/tests/test/twide3.pp index f839d46c28..61def63c14 100644 --- a/tests/test/twide3.pp +++ b/tests/test/twide3.pp @@ -1,6 +1,6 @@ -{ %skiptarget=win32,win64,wince } +{ %skiptarget=win32,win64,wince,os2,emx } { This test is only useful if the local codepage is utf-8 which - usually not the case on windows + usually not the case on windows (and never can be the case on OS/2) } {$codepage utf-8}