Vern Brandl
Vern Brandl
3.x 的改动比较大,将新建一个新的分支处理
当富文本有unicode字符的时候,在小程序端无法正常显示内容。 如下图所示:  优化后效果:  优化后,同时兼容html的转义字符例如:
```c #ifdef DEBUG #import #import "WXScannerVC.h" #import "UIViewController+WXDemoNaviBar.h" #import "WXDemoViewController.h" #import "WXDebugTool.h" // Here is error #import #import ``` 'WXDevtool/TBWXDevTool/WXDevTool.h' file not found in Line26 I thought the `WXDevtool` was...