top: allow translated field headers to determine width
After wrestling with extra wide characters, supporting languages like zh_CN, sometimes default/minimum column widths might force a truncation of translated headers. So, this commit explores one way that such truncations could be avoided. It is designed so as to have minimal impact on existing code, ultimately affecting just one function. But it's off by default via its own #define. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
//#define USE_X_COLHDR /* emphasize header vs. whole col, for 'x' */
|
||||
//#define VALIDATE_NLS /* validate the integrity of all nls tbls */
|
||||
//#define VER_J_RCFILE /* increase # of fields, rcfile ver to 'j' */
|
||||
//#define WIDEN_COLUMN /* base column widths on translated header */
|
||||
|
||||
|
||||
/*###### Notes, etc. ###################################################*/
|
||||
|
Reference in New Issue
Block a user