From 6f2e3b88649543d625b76ac5542dd8838b28f0b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Feb 2009 02:34:39 -0400 Subject: Properly handle UTF-8 characters in commodity strings. --- src/amount.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index 0943a4c0..a9077a4b 100644 --- a/src/amount.h +++ b/src/amount.h @@ -640,6 +640,7 @@ public: of its commodity's display precision. */ void print(std::ostream& out) const; + void right_justify(std::ostream& out, int width) const; /*@}*/ -- cgit v1.2.3