<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://osfree.org/doku/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://osfree.org/doku/feed.php">
        <title>osFree wiki - en:docs:dos:api:int21:65</title>
        <description></description>
        <link>https://osfree.org/doku/</link>
        <image rdf:resource="https://osfree.org/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T03:38:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:00&amp;rev=1715131725&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:01&amp;rev=1715131765&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:02&amp;rev=1715131799&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:03&amp;rev=1715131852&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:04&amp;rev=1715131890&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:05&amp;rev=1715131933&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:06&amp;rev=1715132005&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:07&amp;rev=1715132039&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:20&amp;rev=1715132097&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:21&amp;rev=1715132132&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:22&amp;rev=1715132171&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:23&amp;rev=1715132277&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a0&amp;rev=1715132322&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a1&amp;rev=1715132367&amp;do=diff"/>
                <rdf:li rdf:resource="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a2&amp;rev=1715132391&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://osfree.org/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>osFree wiki</title>
        <link>https://osfree.org/doku/</link>
        <url>https://osfree.org/doku/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:00&amp;rev=1715131725&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:28:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>00</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:00&amp;rev=1715131725&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=00H

Version

7.1 and higher

Brief

SET GENERAL INTERNATIONALIZATION INFO

Family API

Input
CF clear if successful
AX = system code page
CX = number of bytes copied from supplied buffer
CF set on error
AX = error code</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:01&amp;rev=1715131765&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:29:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>01</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:01&amp;rev=1715131765&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=01H

Version

3.3 and higher

Brief

get general internationalization info

Family API

Input
AH = 6501h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:02&amp;rev=1715131799&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:29:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>02</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:02&amp;rev=1715131799&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=02H

Version

3.3 and higher

Brief

get pointer to uppercase table

Family API

Input
AH = 6502h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:03&amp;rev=1715131852&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:30:52+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>03</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:03&amp;rev=1715131852&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=03H

Version

6.2 and higher

Brief

get pointer to lowercase table

Family API

Input
AH = 6503h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:04&amp;rev=1715131890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:31:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>04</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:04&amp;rev=1715131890&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=04H

Version

3.3 and higher

Brief

 get pointer to filename uppercase table

Family API

Input
AH = 6504h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:05&amp;rev=1715131933&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:32:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>05</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:05&amp;rev=1715131933&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=05H

Version

3.3 and higher

Brief

 get pointer to filename terminator table

Family API

Input
AH = 6505h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:06&amp;rev=1715132005&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:33:25+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>06</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:06&amp;rev=1715132005&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=06H

Version

3.3 and higher

Brief

 get pointer to collating sequence table

Family API

Input
AH = 6506h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:07&amp;rev=1715132039&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:33:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>07</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:07&amp;rev=1715132039&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=07H

Version

4.0 and higher

Brief

 get pointer to Double-Byte Character Set table

Family API

Input
AH = 6507h
BX = code page (FFFFh=global code page) (see #01757)
DX = country ID (FFFFh=current country)
ES:DI -&gt; country information buffer (see #01750)
CX = size of buffer (&gt;= 5)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:20&amp;rev=1715132097&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:34:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>20</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:20&amp;rev=1715132097&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=20H

Version

4.0 and higher

Brief

capitalize character

Family API

Input
AX = 6520h
DL = character to capitalize

Return
 DL = capitalized character
 CF set on error
AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:21&amp;rev=1715132132&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:35:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>21</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:21&amp;rev=1715132132&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=21H

Version

4.0 and higher

Brief

capitalize string

Family API

Input
AX = 6521h
DS:DX -&gt; string to capitalize
CX = length of string

Return</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:22&amp;rev=1715132171&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:36:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>22</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:22&amp;rev=1715132171&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=22H

Version

4.0 and higher

Brief

capitalize ASCIZ string

Family API

Input
AX = 6522h
DS:DX -&gt; ASCIZ string to capitalize
Return
 CF set on error
 AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:23&amp;rev=1715132277&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:37:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>23</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:23&amp;rev=1715132277&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=23H

Version

4.0 and higher

Brief

DETERMINE IF CHARACTER REPRESENTS YES/NO RESPONSE

Family API

Input
AX = 6523h
DL = character
DH = second character of double-byte character (if applicable)</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a0&amp;rev=1715132322&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:38:42+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>a0</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a0&amp;rev=1715132322&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=A0H

Version

4.0 and higher

Brief

capitalize filename character

Family API

Input
AX = 65A0h
DL = character to capitalize
Return
 DL = capitalized character
CF set on error
AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a1&amp;rev=1715132367&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:39:27+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>a1</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a1&amp;rev=1715132367&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=A1H

Version

4.0 and higher

Brief

capitalize counted filename string

Family API

Input
AX = 65A1h
DS:DX -&gt; filename string to capitalize
CX = length of string</description>
    </item>
    <item rdf:about="https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a2&amp;rev=1715132391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-05-08T01:39:51+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>a2</title>
        <link>https://osfree.org/doku/doku.php?id=en:docs:dos:api:int21:65:a2&amp;rev=1715132391&amp;do=diff</link>
        <description>Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

Int 21H, AH=65H, AL=A2H

Version

4.0 and higher

Brief

capitalize ASCIZ filename

Family API

Input
AX = 65A2h
DS:DX -&gt; ASCIZ filename to capitalize
Return
 CF set on error
AX = error code (see #01680 at AH=59h/BX=0000h)
CF clear if successful</description>
    </item>
</rdf:RDF>
