#include "mingw32.h"
-/* Current code page and CCS encoding to use, set in initialize.c. */
+/* Current code page and CCS encoding to use, set in rtinit.c. */
UINT __gnat_current_codepage;
UINT __gnat_current_ccs_encoding;
-- In this mode we are eventually using the system-wide
-- translation if activated.
-- Text : Text encoding activated
+ -- U8text : Unicode UTF-8 encoding
-- Wtext : Unicode mode
-- U16text : Unicode UTF-16 encoding
- -- U8text : Unicode UTF-8 encoding
--
-- This encoding is system dependent and only used on Windows systems.
--
void
__gnat_set_mode (int handle, int mode)
{
- /* the values here must be synchronized with
- System.File_Control_Block.Content_Encodding:
+ /* The values here must be synchronized with
+ Interfaces.C_Streams.Content_Encoding:
None = 0
Default_Text = 1
void
__gnat_set_mode (int handle, int mode)
{
- /* the values here must be synchronized with
- System.File_Control_Block.Content_Encodding:
+ /* The values here must be synchronized with
+ Interfaces.C_Streams.Content_Encoding:
None = 0
Default_Text = 1