|
@@ -2,7 +2,21 @@
|
|
|
This is a variation of tb0488a
|
|
|
}
|
|
|
|
|
|
-uses {$ifdef unix}cwstring, {$endif}SysUtils,erroru;
|
|
|
+{$ifdef go32v2}
|
|
|
+ {$define USE_FPWIDESTRING_UNIT}
|
|
|
+ {$define USE_UNICODEDUCET_UNIT}
|
|
|
+{$endif}
|
|
|
+uses
|
|
|
+{$ifdef unix}
|
|
|
+ {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
|
|
+{$endif}
|
|
|
+{$ifdef USE_FPWIDESTRING_UNIT}
|
|
|
+ fpwidestring,
|
|
|
+{$endif}
|
|
|
+{$ifdef USE_UNICODEDUCET_UNIT}
|
|
|
+ unicodeducet,
|
|
|
+{$endif}
|
|
|
+SysUtils,erroru;
|
|
|
|
|
|
procedure Check(a,b:ansistring);
|
|
|
begin
|