242 |
<br><a name="SEC12" href="#TOC1">USING EBCDIC CODE</a><br> |
<br><a name="SEC12" href="#TOC1">USING EBCDIC CODE</a><br> |
243 |
<P> |
<P> |
244 |
PCRE assumes by default that it will run in an environment where the character |
PCRE assumes by default that it will run in an environment where the character |
245 |
code is ASCII (or Unicode, which is a superset of ASCII). PCRE can, however, be |
code is ASCII (or Unicode, which is a superset of ASCII). This is the case for |
246 |
compiled to run in an EBCDIC environment by adding |
most computer operating systems. PCRE can, however, be compiled to run in an |
247 |
|
EBCDIC environment by adding |
248 |
<pre> |
<pre> |
249 |
--enable-ebcdic |
--enable-ebcdic |
250 |
</pre> |
</pre> |
251 |
to the <b>configure</b> command. This setting implies |
to the <b>configure</b> command. This setting implies |
252 |
--enable-rebuild-chartables. |
--enable-rebuild-chartables. You should only use it if you know that you are in |
253 |
|
an EBCDIC environment (for example, an IBM mainframe operating system). |
254 |
</P> |
</P> |
255 |
<br><a name="SEC13" href="#TOC1">SEE ALSO</a><br> |
<br><a name="SEC13" href="#TOC1">SEE ALSO</a><br> |
256 |
<P> |
<P> |
267 |
</P> |
</P> |
268 |
<br><a name="SEC15" href="#TOC1">REVISION</a><br> |
<br><a name="SEC15" href="#TOC1">REVISION</a><br> |
269 |
<P> |
<P> |
270 |
Last updated: 05 June 2007 |
Last updated: 30 July 2007 |
271 |
<br> |
<br> |
272 |
Copyright © 1997-2007 University of Cambridge. |
Copyright © 1997-2007 University of Cambridge. |
273 |
<br> |
<br> |