Fix bug in `yaml_emitter_analyze_scalar()` when the string starting with multi-byte character by Songmu · Pull Request #102 · go-yaml/yaml
width(value[0]) always returns the width of first character of the string. It should be width(value[i]).