Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Adrien Monteleone
That’s the beauty of a mailing list - I forgot all about that option.

Thanks!

Regards,
Adrien

> On Jun 19, 2020 w25d171, at 6:56 AM, pobox.d...@outlook.in wrote:
> 
> Gio,
> 
> I had the same problem with my invoice report a while ago whereby my INR 
> currency symbol was displayed as question marks. Adrien helped with some CSS 
> styling code (which I had to put on the Notes tab in Embedded CSS box). After 
> I put this snippet there, it all works fine now.
> 
> h1.coyname { text-align: left; }
> * { font-family: Helvetica; }
> 
> You can try with a font-family name of your choice to see if that helps.
> 
> Cheers.
> 


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Adrien Monteleone
You *might* be able to find that info by running the GTKInspector. There is a 
panel that will show you the current values of various UI elements. But no 
guarantee it will show you the actual font used rather than just a declaration. 
It’s worth a shot I suppose if it is really important to tweak.

That might be considered an RFE. If GnuCash specified a font family (not just 
one) that has all the currency symbols then it is unlikely anyone would ever 
come across this issue.

Glad to hear you solved it.

Regards,
Adrien

> On Jun 19, 2020 w25d171, at 6:47 AM, Gio Bacareza  wrote:
> 
> I finally solved it! Thank you Adrien. I followed your lead and examined the 
> style sheets. There I found out that the default style sheets has Fonts set 
> to NONE. I still don't quite understand what default font GNUCASH defaults to 
> if it is set at NONE but I experimented and created my own style sheet and 
> explicitly specified a font. It worked! Thanks Adrien.
> 
> I'm just curious. What font does it default to if it's set to NONE? Thanks
> 
> On Thu, Jun 18, 2020 at 2:24 PM Adrien Monteleone 
>  wrote:
> Also, are you using a custom/modified stylesheet for the report with a 
> different font for the totals?
> 
> Regards,
> Adrien
> 


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread John Ralls
Hard to tell for reports, that would be up to webkit and while I found where 
it's set in the webkit source I don't see any default value there. Gtk's 
default on MacOS is SystemDefaultFont (San Francisco on El Cap and later) 12pt.

Regards,
John Ralls


> On Jun 19, 2020, at 4:47 AM, Gio Bacareza  wrote:
> 
> I finally solved it! Thank you Adrien. I followed your lead and examined
> the style sheets. There I found out that the default style sheets has Fonts
> set to NONE. I still don't quite understand what default font GNUCASH
> defaults to if it is set at NONE but I experimented and created my own
> style sheet and explicitly specified a font. It worked! Thanks Adrien.
> 
> I'm just curious. What font does it default to if it's set to NONE? Thanks
> 
> On Thu, Jun 18, 2020 at 2:24 PM Adrien Monteleone <
> adrien.montele...@lusfiber.net> wrote:
> 
>> Also, are you using a custom/modified stylesheet for the report with a
>> different font for the totals?
>> 
>> Regards,
>> Adrien
>> 
>>> On Jun 18, 2020 w25d170, at 1:20 AM, Christopher Lam <
>> christopher@gmail.com> wrote:
>>> 
>>> The only technical difference between regular lines and total lines is
>> that
>>> the latter is in bold. Try checking your font for bold symbol?
>>> 
>>> On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:
>>> 
 it now shows up in the reports but the total is still a question mark.
>> see
 screenshot below
 [image: image.png]
>> 
>> 
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>> 
> 
> 
> -- 
> cheers,
> 
> Gio
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see 
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread pobox . deva
Gio,

I had the same problem with my invoice report a while ago whereby my INR 
currency symbol was displayed as question marks. Adrien helped with some CSS 
styling code (which I had to put on the Notes tab in Embedded CSS box). After I 
put this snippet there, it all works fine now.

h1.coyname { text-align: left; }
* { font-family: Helvetica; }

You can try with a font-family name of your choice to see if that helps.

Cheers.

> On 19-Jun-2020, at 3:59 PM, gnucash-user-requ...@gnucash.org wrote:
> 
> Date: Fri, 19 Jun 2020 18:29:38 +0800
> From: Gio Bacareza mailto:gbacar...@gmail.com>>
> To: Christopher Lam  <mailto:christopher@gmail.com>>
> Cc: GnuCash Users mailto:gnucash-user@gnucash.org>>
> Subject: Re: [GNC] Question marks instead of currency in reports
> Message-ID:
><mailto:CAEC3bMTFHBr8=xdnsysv+r3ztljnnadvnd3xeongc-l2frf...@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
> 
> Thank you for the help Christopher. Yes there are bold fonts capable of
> displaying Philippine Peso but the report still displays question marks.
> See screenshot below
> 
> [image: image.png]
> 
> On Thu, Jun 18, 2020 at 2:20 PM Christopher Lam  <mailto:christopher@gmail.com>>
> wrote:
> 
>> The only technical difference between regular lines and total lines is
>> that the latter is in bold. Try checking your font for bold symbol?
>> 
>> On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza, > <mailto:gbacar...@gmail.com>> wrote:
>> 
>>> it now shows up in the reports but the total is still a question mark. see
>>> screenshot below
>>> [image: image.png]
>>> 
>>> On Thu, Jun 18, 2020 at 1:49 PM Gio Bacareza >> <mailto:gbacar...@gmail.com>> wrote:
>>> 
>>>> Hi Adrien and others,
>>>> 
>>>> I checked the character viewer and Peso is confirmed to be there
>>> available
>>>> in various fonts including Apple Symbols collection. See screenshot.
>>>> [image: image.png]
>>>> 
>>>> It is also in the Security Editor. see screenshot below
>>>> [image: image.png]
>>>> 
>>>> So I don't know what else I need to do.
>>>> 
>>>> 
>>>> 
>>>> On Thu, Jun 18, 2020 at 12:47 AM Adrien Monteleone <
>>>> adrien.montele...@lusfiber.net <mailto:adrien.montele...@lusfiber.net>> 
>>>> wrote:
>>>> 
>>>>> Your font probably doesn?t have that symbol. Check your custom CSS file
>>>>> and find a different font. I?d use either the Mac Character Viewer or
>>> Font
>>>>> Book to find a suitable one. It looks like that is Unicode 20B1. A
>>> simple
>>>>> search in Character Viewer for ?peso? brought it right up. Select the
>>>>> character in the search results in the middle pane, then use the
>>>>> bottom-right pane to click each sample to see what fonts have it.
>>> (that is
>>>>> a really bad UI/UX for this, but it is doable)
>>>>> 
>>>>> Also check Tools > Security editor and make sure a symbol is displayed
>>>>> there. If not, you can reset it manually.
>>>>> 
>>>>> Regards,
>>>>> Adrien
>>>>> 
>>>>>> On Jun 17, 2020 w25d169, at 3:34 AM, Gio Bacareza <
>>> gbacar...@gmail.com <mailto:gbacar...@gmail.com>>
>>>>> wrote:
>>>>>> 
>>>>>> Why am I getting question marks instead of currency in the reports?
>>>>>> 
>>>>>> Gnucash Version: 3.7
>>>>>> Preferences / Default Currency = PHP (Philippine Peso)
>>>>>> 
>>>>>> Mac OSX Catalina
>>>>> 
>>>>> ___
>>>>> gnucash-user mailing list
>>>>> gnucash-user@gnucash.org <mailto:gnucash-user@gnucash.org>
>>>>> To update your subscription preferences or to unsubscribe:
>>>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user 
>>>>> <https://lists.gnucash.org/mailman/listinfo/gnucash-user>
>>>>> If you are using Nabble or Gmane, please see
>>>>> https://wiki.gnucash.org/wiki/Mailing_Lists 
>>>>> <https://wiki.gnucash.org/wiki/Mailing_Lists> for more information.
>>>>> -
>>>>> Please remember to CC this list on all your replies.
>>>>> You can do this by using Reply-To-List or Reply-

Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Gio Bacareza
I finally solved it! Thank you Adrien. I followed your lead and examined
the style sheets. There I found out that the default style sheets has Fonts
set to NONE. I still don't quite understand what default font GNUCASH
defaults to if it is set at NONE but I experimented and created my own
style sheet and explicitly specified a font. It worked! Thanks Adrien.

I'm just curious. What font does it default to if it's set to NONE? Thanks

On Thu, Jun 18, 2020 at 2:24 PM Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:

> Also, are you using a custom/modified stylesheet for the report with a
> different font for the totals?
>
> Regards,
> Adrien
>
> > On Jun 18, 2020 w25d170, at 1:20 AM, Christopher Lam <
> christopher@gmail.com> wrote:
> >
> > The only technical difference between regular lines and total lines is
> that
> > the latter is in bold. Try checking your font for bold symbol?
> >
> > On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:
> >
> >> it now shows up in the reports but the total is still a question mark.
> see
> >> screenshot below
> >> [image: image.png]
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
cheers,

Gio
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Gio Bacareza
Thank you Fred. I was also pointing out to other fonts. That was just an
example to show that it's there.

On Fri, Jun 19, 2020, 7:04 PM Fred Bone  wrote:

> On 19 June 2020 at 18:29, Gio Bacareza said:
>
> > Thank you for the help Christopher. Yes there are bold fonts capable of
> > displaying Philippine Peso but the report still displays question marks.
> > See screenshot below
> >
> > [image: image.png]
>
> Your total line is very obviously not in Arial so the display of Arial in
> Character Viewer is irrelevant.
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Fred Bone
On 19 June 2020 at 18:29, Gio Bacareza said:

> Thank you for the help Christopher. Yes there are bold fonts capable of
> displaying Philippine Peso but the report still displays question marks.
> See screenshot below
> 
> [image: image.png]

Your total line is very obviously not in Arial so the display of Arial in 
Character Viewer is irrelevant.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-19 Thread Gio Bacareza
Thank you for the help Christopher. Yes there are bold fonts capable of
displaying Philippine Peso but the report still displays question marks.
See screenshot below

[image: image.png]

On Thu, Jun 18, 2020 at 2:20 PM Christopher Lam 
wrote:

> The only technical difference between regular lines and total lines is
> that the latter is in bold. Try checking your font for bold symbol?
>
> On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:
>
>> it now shows up in the reports but the total is still a question mark. see
>> screenshot below
>> [image: image.png]
>>
>> On Thu, Jun 18, 2020 at 1:49 PM Gio Bacareza  wrote:
>>
>> > Hi Adrien and others,
>> >
>> > I checked the character viewer and Peso is confirmed to be there
>> available
>> > in various fonts including Apple Symbols collection. See screenshot.
>> > [image: image.png]
>> >
>> > It is also in the Security Editor. see screenshot below
>> > [image: image.png]
>> >
>> > So I don't know what else I need to do.
>> >
>> >
>> >
>> > On Thu, Jun 18, 2020 at 12:47 AM Adrien Monteleone <
>> > adrien.montele...@lusfiber.net> wrote:
>> >
>> >> Your font probably doesn’t have that symbol. Check your custom CSS file
>> >> and find a different font. I’d use either the Mac Character Viewer or
>> Font
>> >> Book to find a suitable one. It looks like that is Unicode 20B1. A
>> simple
>> >> search in Character Viewer for ‘peso’ brought it right up. Select the
>> >> character in the search results in the middle pane, then use the
>> >> bottom-right pane to click each sample to see what fonts have it.
>> (that is
>> >> a really bad UI/UX for this, but it is doable)
>> >>
>> >> Also check Tools > Security editor and make sure a symbol is displayed
>> >> there. If not, you can reset it manually.
>> >>
>> >> Regards,
>> >> Adrien
>> >>
>> >> > On Jun 17, 2020 w25d169, at 3:34 AM, Gio Bacareza <
>> gbacar...@gmail.com>
>> >> wrote:
>> >> >
>> >> > Why am I getting question marks instead of currency in the reports?
>> >> >
>> >> > Gnucash Version: 3.7
>> >> > Preferences / Default Currency = PHP (Philippine Peso)
>> >> >
>> >> > Mac OSX Catalina
>> >>
>> >> ___
>> >> gnucash-user mailing list
>> >> gnucash-user@gnucash.org
>> >> To update your subscription preferences or to unsubscribe:
>> >> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> >> If you are using Nabble or Gmane, please see
>> >> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> >> -
>> >> Please remember to CC this list on all your replies.
>> >> You can do this by using Reply-To-List or Reply-All.
>> >>
>> >
>> >
>> > --
>> > cheers,
>> >
>> > Gio
>> >
>>
>>
>> --
>> cheers,
>>
>> Gio
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>

-- 
cheers,

Gio
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Gio Bacareza
No. I'm just using default

On Thu, Jun 18, 2020 at 2:24 PM Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:

> Also, are you using a custom/modified stylesheet for the report with a
> different font for the totals?
>
> Regards,
> Adrien
>
> > On Jun 18, 2020 w25d170, at 1:20 AM, Christopher Lam <
> christopher@gmail.com> wrote:
> >
> > The only technical difference between regular lines and total lines is
> that
> > the latter is in bold. Try checking your font for bold symbol?
> >
> > On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:
> >
> >> it now shows up in the reports but the total is still a question mark.
> see
> >> screenshot below
> >> [image: image.png]
>
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
cheers,

Gio
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Adrien Monteleone
Also, are you using a custom/modified stylesheet for the report with a 
different font for the totals?

Regards,
Adrien

> On Jun 18, 2020 w25d170, at 1:20 AM, Christopher Lam 
>  wrote:
> 
> The only technical difference between regular lines and total lines is that
> the latter is in bold. Try checking your font for bold symbol?
> 
> On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:
> 
>> it now shows up in the reports but the total is still a question mark. see
>> screenshot below
>> [image: image.png]


___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Christopher Lam
The only technical difference between regular lines and total lines is that
the latter is in bold. Try checking your font for bold symbol?

On Thu, 18 Jun 2020, 1:57 pm Gio Bacareza,  wrote:

> it now shows up in the reports but the total is still a question mark. see
> screenshot below
> [image: image.png]
>
> On Thu, Jun 18, 2020 at 1:49 PM Gio Bacareza  wrote:
>
> > Hi Adrien and others,
> >
> > I checked the character viewer and Peso is confirmed to be there
> available
> > in various fonts including Apple Symbols collection. See screenshot.
> > [image: image.png]
> >
> > It is also in the Security Editor. see screenshot below
> > [image: image.png]
> >
> > So I don't know what else I need to do.
> >
> >
> >
> > On Thu, Jun 18, 2020 at 12:47 AM Adrien Monteleone <
> > adrien.montele...@lusfiber.net> wrote:
> >
> >> Your font probably doesn’t have that symbol. Check your custom CSS file
> >> and find a different font. I’d use either the Mac Character Viewer or
> Font
> >> Book to find a suitable one. It looks like that is Unicode 20B1. A
> simple
> >> search in Character Viewer for ‘peso’ brought it right up. Select the
> >> character in the search results in the middle pane, then use the
> >> bottom-right pane to click each sample to see what fonts have it. (that
> is
> >> a really bad UI/UX for this, but it is doable)
> >>
> >> Also check Tools > Security editor and make sure a symbol is displayed
> >> there. If not, you can reset it manually.
> >>
> >> Regards,
> >> Adrien
> >>
> >> > On Jun 17, 2020 w25d169, at 3:34 AM, Gio Bacareza <
> gbacar...@gmail.com>
> >> wrote:
> >> >
> >> > Why am I getting question marks instead of currency in the reports?
> >> >
> >> > Gnucash Version: 3.7
> >> > Preferences / Default Currency = PHP (Philippine Peso)
> >> >
> >> > Mac OSX Catalina
> >>
> >> ___
> >> gnucash-user mailing list
> >> gnucash-user@gnucash.org
> >> To update your subscription preferences or to unsubscribe:
> >> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> >> If you are using Nabble or Gmane, please see
> >> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> >> -
> >> Please remember to CC this list on all your replies.
> >> You can do this by using Reply-To-List or Reply-All.
> >>
> >
> >
> > --
> > cheers,
> >
> > Gio
> >
>
>
> --
> cheers,
>
> Gio
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Gio Bacareza
Thanks Adrien. Let me try this. Let you guys know

On Thu, Jun 18, 2020 at 12:47 AM Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:

> Your font probably doesn’t have that symbol. Check your custom CSS file
> and find a different font. I’d use either the Mac Character Viewer or Font
> Book to find a suitable one. It looks like that is Unicode 20B1. A simple
> search in Character Viewer for ‘peso’ brought it right up. Select the
> character in the search results in the middle pane, then use the
> bottom-right pane to click each sample to see what fonts have it. (that is
> a really bad UI/UX for this, but it is doable)
>
> Also check Tools > Security editor and make sure a symbol is displayed
> there. If not, you can reset it manually.
>
> Regards,
> Adrien
>
> > On Jun 17, 2020 w25d169, at 3:34 AM, Gio Bacareza 
> wrote:
> >
> > Why am I getting question marks instead of currency in the reports?
> >
> > Gnucash Version: 3.7
> > Preferences / Default Currency = PHP (Philippine Peso)
> >
> > Mac OSX Catalina
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 
cheers,

Gio
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Fred Bone
On 17 June 2020 at 16:34, Gio Bacareza said:

> Why am I getting question marks instead of currency in the reports?
> 
> Gnucash Version: 3.7
> Preferences / Default Currency = PHP (Philippine Peso)

Because the currency symbol isn't defined in the font you're using, is 
the usual cause.

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] Question marks instead of currency in reports

2020-06-17 Thread Adrien Monteleone
Your font probably doesn’t have that symbol. Check your custom CSS file and 
find a different font. I’d use either the Mac Character Viewer or Font Book to 
find a suitable one. It looks like that is Unicode 20B1. A simple search in 
Character Viewer for ‘peso’ brought it right up. Select the character in the 
search results in the middle pane, then use the bottom-right pane to click each 
sample to see what fonts have it. (that is a really bad UI/UX for this, but it 
is doable)

Also check Tools > Security editor and make sure a symbol is displayed there. 
If not, you can reset it manually.

Regards,
Adrien

> On Jun 17, 2020 w25d169, at 3:34 AM, Gio Bacareza  wrote:
> 
> Why am I getting question marks instead of currency in the reports?
> 
> Gnucash Version: 3.7
> Preferences / Default Currency = PHP (Philippine Peso)
> 
> Mac OSX Catalina

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] Question marks instead of currency in reports

2020-06-17 Thread Gio Bacareza
Why am I getting question marks instead of currency in the reports?

Gnucash Version: 3.7
Preferences / Default Currency = PHP (Philippine Peso)

Mac OSX Catalina

-- 
cheers,

Gio
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.