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

Method latin1

src/ast/entity.rs:119–127  ·  view source on GitHub ↗

Entity Latin1 encoding representation ```rust use orgize::{ast::Entity, Org}; let e = Org::parse("\\S").first_node:: ().unwrap(); assert_eq!(e.latin1(), "§"); let e = Org::parse("\\rsaquo").first_node:: ().unwrap(); assert_eq!(e.latin1(), ">"); ```

(&self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

entityMethod · 0.80

Tested by

no test coverage detected