Vern Brandl

Results 3 issues of Vern Brandl

3.x 的改动比较大,将新建一个新的分支处理

当富文本有unicode字符的时候,在小程序端无法正常显示内容。 如下图所示: ![image](https://user-images.githubusercontent.com/10667077/66550593-566b8280-eb78-11e9-84f7-175f7880f1af.png) 优化后效果: ![image](https://user-images.githubusercontent.com/10667077/66550680-7c912280-eb78-11e9-9e35-3b9c45ea9026.png) 优化后,同时兼容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...