我希望Java文件(*.properties)在我的UTF-8上使用linux以in 8859-1编码方式打开。找到ftype.rc,但无法找到如何配置它。
发布于 2022-07-02 06:51:21
我发现新版本的joe (或者至少是从Deb 9或10开始的Debian版本)已经包含了.properties文件在ftype.rc中的专用配置。以下是节选:
Java's .properties
[java_properties]
*.properties
this is part of the specification:
-encoding iso-8859-1
-pound_comment
-syntax properties
-highlighter_contexthttps://unix.stackexchange.com/questions/708228
复制相似问题