All Manuals > LispWorks Editor User Guide > 6 Advanced Features > 6.3 Programming the editor > 6.3.7 Files

NextPrevUpTopContentsIndex

6.3.7.2 Non base-char errors

If your buffer contains a cl:extended-char char then Latin-1 and other encodings which support only cl:base-char are not appropriate. Attempts to save the buffer using such external formats will signal an error ' char is not of type BASE-CHAR'. Set the external format to one which includes char , or delete char from the buffer before saving.

The command


LispWorks Editor User Guide (Unix version) - 3 May 2011

NextPrevUpTopContentsIndex