MCPcopy Index your code
hub / github.com/PoiScript/orgize / utf8

Method utf8

src/ast/entity.rs:139–147  ·  view source on GitHub ↗

Entity UTF-8 encoding representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\S").first_node:: ().unwrap(); assert_eq!(e.utf8(), "§"); let e = Org::parse("\\rsaquo").first_node:: ().unwrap(); assert_eq!(e.utf8(), "›"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

eventMethod · 0.80

Calls 1

entityMethod · 0.80

Tested by

no test coverage detected