Sponsor:

Your company here, and a link to your site. Click to find out more.

antlr3encodings.c - Man Page

src/antlr3encodings.c

Synopsis

#include <antlr3.h>

Functions

ANTLR3_API ANTLR3_UCHAR antlr3c8toAntlrc (ANTLR3_INT8 inc)
le Provides basic utility functions to convert between the various Unicode character conversions.

Function Documentation

ANTLR3_API ANTLR3_UCHAR antlr3c8toAntlrc (ANTLR3_INT8 inc)

\File Provides basic utility functions to convert between the various Unicode character conversions. There are of course various packages that could be used instead of these functions, but then the Antlr 3 C runtime would be dependant on the particular package. Using ICU for this is a good idea if your project is already dependant on it. Convert 8 bit character to ANTLR char form.

Parameters

inc Input character to transform from 8 bit form.

Returns

ANTLR3_UCHAR encoding of the character.

Author

Generated automatically by Doxygen for ANTLR3C from the source code.

Info

Tue Feb 27 2024 00:00:00 Version 3.3.1 ANTLR3C