1 #pragma once
2 #include <glibmm/ustring.h>
3 
4 // calculate column width of ustring
5 int ustring_clen(const Glib::ustring &str);