default to use UNICODE on windows
This commit is contained in:
parent
417855848f
commit
d16629f7c8
2
Jamfile
2
Jamfile
|
@ -221,7 +221,7 @@ feature.compose <openssl>off : <define>TORRENT_DISABLE_ENCRYPTION ;
|
|||
feature resolve-countries : on off : composite propagated link-incompatible ;
|
||||
feature.compose <resolve-countries>off : <define>TORRENT_DISABLE_RESOLVE_COUNTRIES ;
|
||||
|
||||
feature character-set : ansi unicode : composite propagated link-incompatible ;
|
||||
feature character-set : unicode ansi : composite propagated link-incompatible ;
|
||||
feature.compose <character-set>unicode : <define>_UNICODE <define>UNICODE ;
|
||||
|
||||
feature zlib : shipped system : composite propagated link-incompatible ;
|
||||
|
|
|
@ -345,10 +345,10 @@ information.</li>
|
|||
<td><p class="first">This setting will only have an affect on windows.
|
||||
Other platforms are expected to support UTF-8.</p>
|
||||
<ul class="last simple">
|
||||
<li><tt class="docutils literal"><span class="pre">unicode</span></tt> - The unicode version of the win32
|
||||
API is used. This is default.</li>
|
||||
<li><tt class="docutils literal"><span class="pre">ansi</span></tt> - The ansi version of the win32 API is
|
||||
used.</li>
|
||||
<li><tt class="docutils literal"><span class="pre">unicode</span></tt> - The unicode version of the win32
|
||||
API is used.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -303,10 +303,10 @@ Build features:
|
|||
| ``character-set`` | This setting will only have an affect on windows. |
|
||||
| | Other platforms are expected to support UTF-8. |
|
||||
| | |
|
||||
| | * ``unicode`` - The unicode version of the win32 |
|
||||
| | API is used. This is default. |
|
||||
| | * ``ansi`` - The ansi version of the win32 API is |
|
||||
| | used. |
|
||||
| | * ``unicode`` - The unicode version of the win32 |
|
||||
| | API is used. |
|
||||
+------------------------+----------------------------------------------------+
|
||||
| ``invariant-checks`` | This setting only affects debug builds (where |
|
||||
| | ``NDEBUG`` is not defined). It defaults to ``on``. |
|
||||
|
|
Loading…
Reference in New Issue