Skip to content

vdebug is broken with php array unicode key #95

@amzyang

Description

@amzyang

This is an example php file:

$arr = array('中文' => '中文');

There are some unicode chars in the code.

I've a quick workaround:

vimui.py line 537

'marker':self.__get_marker(p),'name':p.display_name.encode('latin1'),

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions