UIアイテムに表示させるフォントの色などの設定
self.TextLabel = [self newLabelWithPrimaryColor:[UIColor colorWithRed:0.0 green:0.5 blue:1.0 alpha:1.0]
selectedColor:[UIColor whiteColor] fontSize:14.0 bold:YES];
上記のようにす…
linux側の設定の参考サイト
http://www.linuxmania.jp/samba_setting.html
日本語が文字化けする場合
[global]以下に次の3行を追加する
# vi /etc/samba/smb.conf
[global]
dos charset = CP932
unix charset = UTF8
display charset = UTF8
参考サイト
http://d.hatena.ne.jp/rsyudo/20070621/p1
graffiti on the web
この投稿へのコメント
コメントはまだありません。