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 not stored for this graph (policy: none)