Browse Source

unicodeducet must appear before fpwidestring to set current_collation at startup

git-svn-id: trunk@38962 -
pierre 7 years ago
parent
commit
f28ab34f06
68 changed files with 204 additions and 204 deletions
  1. 3 3
      tests/tbs/tb0462.pp
  2. 3 3
      tests/tbs/tb0488a.pp
  3. 3 3
      tests/tbs/tb0488b.pp
  4. 3 3
      tests/test/talign2.pp
  5. 3 3
      tests/test/tcpstr1.pp
  6. 3 3
      tests/test/tcpstr13.pp
  7. 3 3
      tests/test/tcpstr17.pp
  8. 3 3
      tests/test/tcpstr18.pp
  9. 3 3
      tests/test/tcpstr19.pp
  10. 3 3
      tests/test/tcpstr27.pp
  11. 3 3
      tests/test/tcpstr9.pp
  12. 3 3
      tests/test/tcpstransistr2shortstring.pp
  13. 3 3
      tests/test/tcpstransistr2widechararray.pp
  14. 3 3
      tests/test/tcpstransistr2widechararray2.pp
  15. 3 3
      tests/test/tcpstransistrcompare.pp
  16. 3 3
      tests/test/tcpstransistrcompareequal.pp
  17. 3 3
      tests/test/tcpstransistrcopy.pp
  18. 3 3
      tests/test/tcpstrchar2ansistr.pp
  19. 3 3
      tests/test/tcpstrconcat.pp
  20. 3 3
      tests/test/tcpstrconcat2.pp
  21. 3 3
      tests/test/tcpstrconcat3.pp
  22. 3 3
      tests/test/tcpstrconcatmulti.pp
  23. 3 3
      tests/test/tcpstrconcatmulti2.pp
  24. 3 3
      tests/test/tcpstrpchar2ansistr.pp
  25. 3 3
      tests/test/tcpstrsetlength.pp
  26. 3 3
      tests/test/tcpstrsetlength2.pp
  27. 3 3
      tests/test/tcpstrshortstr2ansistr.pp
  28. 3 3
      tests/test/tstrutils1.pp
  29. 3 3
      tests/test/tstrutils2.pp
  30. 3 3
      tests/test/tunistr1.pp
  31. 3 3
      tests/test/tunistr2.pp
  32. 3 3
      tests/test/tunistr4.pp
  33. 3 3
      tests/test/tunistr6.pp
  34. 3 3
      tests/test/tunistr7.pp
  35. 3 3
      tests/test/twide1.pp
  36. 3 3
      tests/test/twide2.pp
  37. 3 3
      tests/test/twide3.pp
  38. 3 3
      tests/test/twide4.pp
  39. 3 3
      tests/test/twide6.pp
  40. 3 3
      tests/test/twide7.pp
  41. 3 3
      tests/test/twrstr9.pp
  42. 3 3
      tests/test/units/system/tdir2.pp
  43. 3 3
      tests/test/units/system/tfiledir.pp
  44. 3 3
      tests/test/units/sysutils/tastrcmp.pp
  45. 3 3
      tests/test/units/sysutils/tfexpand2.pp
  46. 3 3
      tests/test/units/sysutils/tffirst.pp
  47. 3 3
      tests/test/units/sysutils/tlocale.pp
  48. 3 3
      tests/test/units/sysutils/tstrcmp.pp
  49. 3 3
      tests/test/units/sysutils/tunifile.pp
  50. 3 3
      tests/test/units/sysutils/twstrcmp.pp
  51. 3 3
      tests/webtbs/tw10482.pp
  52. 3 3
      tests/webtbs/tw11791.pp
  53. 3 3
      tests/webtbs/tw12993.pp
  54. 3 3
      tests/webtbs/tw13015.pp
  55. 3 3
      tests/webtbs/tw13075.pp
  56. 3 3
      tests/webtbs/tw15504.pp
  57. 3 3
      tests/webtbs/tw17591.pp
  58. 3 3
      tests/webtbs/tw19701.pp
  59. 3 3
      tests/webtbs/tw20962.pp
  60. 3 3
      tests/webtbs/tw25198.pp
  61. 3 3
      tests/webtbs/tw30639.pp
  62. 3 3
      tests/webtbs/tw3235a.pp
  63. 3 3
      tests/webtbs/tw3697.pp
  64. 3 3
      tests/webtbs/tw4080.pp
  65. 3 3
      tests/webtbs/tw7006.pp
  66. 3 3
      tests/webtbs/tw7758.pp
  67. 3 3
      tests/webtbs/tw7758a.pp
  68. 3 3
      tests/webtbs/tw9161.pp

+ 3 - 3
tests/tbs/tb0462.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/tbs/tb0488a.pp

@@ -45,12 +45,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/tbs/tb0488b.pp

@@ -17,12 +17,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/talign2.pp

@@ -35,12 +35,12 @@ uses
 {$endif unix}
 {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall;
  {$endif}

+ 3 - 3
tests/test/tcpstr1.pp

@@ -14,12 +14,12 @@ uses
 {$endif}
 {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstr13.pp

@@ -20,12 +20,12 @@ uses
 {$endif unix}
 {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstr17.pp

@@ -23,12 +23,12 @@ uses
 {$endif unix}
 {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstr18.pp

@@ -22,12 +22,12 @@ uses
 {$endif unix}
 {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstr19.pp

@@ -27,12 +27,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif}
 {$endif ndef USE_INTERNAL_UNICODE}
-{$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
-{$endif}
 {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
 {$endif}
+{$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+{$endif}
 {$ifdef USE_CPALL_UNIT}
   cpall,
 {$endif}

+ 3 - 3
tests/test/tcpstr27.pp

@@ -15,12 +15,12 @@ uses
 {$endif unix}
 {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstr9.pp

@@ -18,12 +18,12 @@ uses
 {$endif unix}
 {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistr2shortstring.pp

@@ -13,12 +13,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistr2widechararray.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistr2widechararray2.pp

@@ -18,12 +18,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif};
 {$else}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistrcompare.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistrcompareequal.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstransistrcopy.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrchar2ansistr.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrconcat.pp

@@ -12,12 +12,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrconcat2.pp

@@ -12,12 +12,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrconcat3.pp

@@ -12,12 +12,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrconcatmulti.pp

@@ -13,12 +13,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrconcatmulti2.pp

@@ -13,12 +13,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrpchar2ansistr.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrsetlength.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrsetlength2.pp

@@ -11,12 +11,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tcpstrshortstr2ansistr.pp

@@ -12,12 +12,12 @@ uses
 {$ifdef unix}
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tstrutils1.pp

@@ -21,12 +21,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
 {$else USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tstrutils2.pp

@@ -22,12 +22,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
 {$endif unix}
 {$else USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tunistr1.pp

@@ -14,12 +14,12 @@ uses
 {$endif}
 {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tunistr2.pp

@@ -14,12 +14,12 @@ uses
 {$endif}
 {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tunistr4.pp

@@ -19,12 +19,12 @@ uses
     {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif ndef USE_INTERNAL_UNICODE}
 {$endif}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tunistr6.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/tunistr7.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide1.pp

@@ -13,12 +13,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide2.pp

@@ -13,12 +13,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide3.pp

@@ -21,12 +21,12 @@ uses
     {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif}
 {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide4.pp

@@ -21,12 +21,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide6.pp

@@ -16,12 +16,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twide7.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/twrstr9.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/system/tdir2.pp

@@ -29,12 +29,12 @@ uses
 {$endif unix}
 {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/system/tfiledir.pp

@@ -17,12 +17,12 @@ uses
     {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif ndef USE_INTERNAL_UNICODE}
 {$endif}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tastrcmp.pp

@@ -39,12 +39,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tfexpand2.pp

@@ -40,12 +40,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tffirst.pp

@@ -17,12 +17,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tlocale.pp

@@ -18,12 +18,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tstrcmp.pp

@@ -38,12 +38,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/tunifile.pp

@@ -16,12 +16,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/test/units/sysutils/twstrcmp.pp

@@ -40,12 +40,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif unix}
 {$endif not USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw10482.pp

@@ -17,12 +17,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw11791.pp

@@ -16,12 +16,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw12993.pp

@@ -20,12 +20,12 @@
   {$endif unix}
  {$else def USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw13015.pp

@@ -23,12 +23,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw13075.pp

@@ -17,12 +17,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw15504.pp

@@ -19,12 +19,12 @@ uses
   {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
  {$endif ndef USE_INTERNAL_UNICODE}
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw17591.pp

@@ -16,12 +16,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw19701.pp

@@ -24,12 +24,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw20962.pp

@@ -21,12 +21,12 @@ uses
    {$endif ndef USE_INTERNAL_UNICODE}
   {$endif}
  {$endif}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw25198.pp

@@ -15,12 +15,12 @@ uses
   {$endif unix}
  {$else USE_INTERNAL_UNICODE}
 uses
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall;
  {$endif}

+ 3 - 3
tests/webtbs/tw30639.pp

@@ -20,12 +20,12 @@ uses
     {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif ndef USE_INTERNAL_UNICODE}
 {$endif unix}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw3235a.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw3697.pp

@@ -16,12 +16,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw4080.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw7006.pp

@@ -19,12 +19,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw7758.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw7758a.pp

@@ -15,12 +15,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}

+ 3 - 3
tests/webtbs/tw9161.pp

@@ -13,12 +13,12 @@ uses
    {$ifdef darwin}iosxwstr{$else}cwstring{$endif},
   {$endif unix}
  {$endif ndef USE_INTERNAL_UNICODE}
- {$ifdef USE_FPWIDESTRING_UNIT}
-  fpwidestring,
- {$endif}
  {$ifdef USE_UNICODEDUCET_UNIT}
   unicodeducet,
  {$endif}
+ {$ifdef USE_FPWIDESTRING_UNIT}
+  fpwidestring,
+ {$endif}
  {$ifdef USE_CPALL_UNIT}
   cpall,
  {$endif}