typedef struct _WindowsMetaHeader
{
WORD FileType; /* Type of metafile (0=memory, 1=disk) */
WORD HeaderSize; /* Size of header in WORDS (always 9) */
WORD Version; /* Version of Microsoft Windows used */
DWORD FileSize; /* Total size of the metafile in WORDs */
WORD NumOfObjects; /* Number of objects in the file */
DWORD MaxRecordSize; /* The size of largest record in WORDs */
WORD NumOfParams; /* Not Used (always 0) */
} WMFHEAD;
The string data found in EMF files uses the Unicode character set. Each Unicode character is 2-bytes in size. The first 256 (of the over 36000) characters of the Unicode characters set are also the 256 characters of the ANSI character set used by Windows.
The low byte of each Unicode character will contain the ANSI character value and the high byte will be zero.
Ça ce n'est pas de l'Unicode. C'est du n'importe quoi.
Et notons que le résultat de l'affichage n'est pas décrit !
C'est ça l'intéropérabilité que nous propose OOXML ?
Bref, mettre ça dans un standard c'est du gros n'importe quoi.
[^] # Re: Marrant
Posté par IsNotGood . En réponse au journal OOXML est un format propriétaire. Évalué à 2.
(bas de la page)
C'est documenté ça ?
Titre de la page : GFF Format Summary
Un truc poilant :
Ça ce n'est pas de l'Unicode. C'est du n'importe quoi.
Et notons que le résultat de l'affichage n'est pas décrit !
C'est ça l'intéropérabilité que nous propose OOXML ?
Bref, mettre ça dans un standard c'est du gros n'importe quoi.