-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
A-unicodeArea: unicode 'character' supportArea: unicode 'character' supportC-bugCategory: bug - something isn't working as it's supposed toCategory: bug - something isn't working as it's supposed to
Description
Lapce Version
Lapce nightly-6fa0f4c
Windows 10 Pro 22H2
Remote Server: Debian 4.19 x86_64 GNU/Linux
Describe the bug
Lapce under SSH remote development mode, sometimes, i encounter the following problem Not Supported
when opening some source code files,however,other files are opened successfully.
In my case, test_file_ns.c
are opened with Not Supported
:
Another file test_file_cr.c
is all right:
I check the difference between files on Remote Server as follow steps:
$ file test_file_cr.c
test_file_cr.c: C source, ASCII text
$ vim test_file_cr.c
:set fileencoding?
fileencoding=utf-8
:set bomb?
nobomb
$ file test_file_ns.c
test_file_ns.c: C source, ISO-8859 text, with CRLF line terminators
$ vim test_file_ns.c
:set fileencoding?
fileencoding=euc-cn
:set bomb?
nobomb
$
Please let me know if you need any more information.
Metadata
Metadata
Assignees
Labels
A-unicodeArea: unicode 'character' supportArea: unicode 'character' supportC-bugCategory: bug - something isn't working as it's supposed toCategory: bug - something isn't working as it's supposed to