Hello,

I'm using the package https://github.com/alexbrainman/printer but I have an 
issue with printing Greek characters. 

Does anyone have any suggestion?

Thank you,
Argyris


On Friday, May 10, 2013 at 5:36:01 AM UTC+3 brainman wrote:

> On Friday, 10 May 2013 00:16:29 UTC+10, Kul wrote:
>
> >     
> >    type DOC_INFO_1 struct{
> >
> >         pDocName []byte
> >         pOutputFile []byte
> >         pDatatype []byte
> >
> >    }
>
> This is wrong. pDocName is not a slice, it is a pointer. Windows will get 
> confused reading this.
>
> I created little package 
> http://godoc.org/code.google.com/p/brainman/printer to help you along. 
> See printer_test.go on how to use it.
>
> Alex
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/ce292d48-523f-4782-80d9-8bf668675007n%40googlegroups.com.

Reply via email to