[][src]Constant comfy_table::presets::UTF8_FULL

pub const UTF8_FULL: &str = "││──╞═╪╡┆╌┼├┤┬┴┌┐└┘";

The UTF8 enabled version of the default style for tables. Quite beautiful isn't it? It's drawn with UTF8's box drawing characters.

┌───────┬───────┐
│ Hello │ there │
╞═══════╪═══════╡
│ a     ┆ b     │
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
│ c     ┆ d     │
└───────┴───────┘