Skip to content

Editor: Not Supported #3179

@ydong08

Description

@ydong08

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:
not_support

Another file test_file_cr.c is all right:
correct

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

No one assigned

    Labels

    A-unicodeArea: unicode 'character' supportC-bugCategory: bug - something isn't working as it's supposed to

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions