Ignore:
Timestamp:
Jul 8, 2018, 7:40:42 PM (7 years ago)
Author:
Ben Rietbroek
Message:

Added code-point 0xd6 (I with accent) from CP850 [v1.1.5-testing]

CAUTION:
This is a testbuild !
AirBoot uses the BIOS to access disks and a small coding error can trash
partition tables or other vital disk structures. You are advised to make
backups of TRACK0 and EBRs before using this testbuild. More info at:
https://rousseaux.github.io/netlabs.air-boot/pdf/AirBoot-v1.1.4-manual.pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bootcode/text/charset-es.asm

    r234 r242  
    2121
    2222
    23 ; Glyphs from CP850 for code-points 0xb5 (A with accent) and 0xe0 (O with accent)
     23; Glyphs from CP850 -- row layout: code-point, remap-to-point, byte[16] glyph-rows
    2424CHARSET_Spanish:
    25     db 002h                                                                                             ; Number of glyphs in this table
    26     db 0b5h,0d9h,060h,0c0h,010h,038h,06ch,0c6h,0c6h,0feh,0c6h,0c6h,0c6h,0c6h,000h,000h,000h,000h        ; Remap original glyph (box-char) to 0xd9
    27     db 0e0h,000h,018h,030h,000h,07ch,0c6h,0c6h,0c6h,0c6h,0c6h,0c6h,0c6h,07ch,000h,000h,000h,000h        ; No remapping needed
     25    db 003h                                                                                             ; Number of glyphs in this table
     26    db 0b5h,0d9h,060h,0c0h,010h,038h,06ch,0c6h,0c6h,0feh,0c6h,0c6h,0c6h,0c6h,000h,000h,000h,000h        ; A with accent  (original remapped to 0xd9)
     27    db 0d6h,000h,00ch,018h,000h,03ch,018h,018h,018h,018h,018h,018h,018h,03ch,000h,000h,000h,000h        ; I with accent  (no remapping needed)
     28    db 0e0h,000h,018h,030h,000h,07ch,0c6h,0c6h,0c6h,0c6h,0c6h,0c6h,0c6h,07ch,000h,000h,000h,000h        ; O with accent  (no remapping needed)
Note: See TracChangeset for help on using the changeset viewer.