id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4659,I have 4 new conversion chars I want,Francis (Grizzly) Smit ,Samuel Krempp,"I have already implemented these using the trunk from your subversion: 1). '''%B''' this prints out a bool as text true/false 2.a). '''%b''' prints out the integer, long what ever as a binary number. 2.b). '''%b('''')''' prints any integer argument as a base '''''''''' number where '''2 <= '''' <= 36''', if '''''''''' is '''-''' then use lowercase chars as digits if '''''''''' is '''+''' or nothing then use uppercase chars for the digits. 3). '''%r''' inspired by your own '''%t''' but '''%r''' repeats a space width times it does not do tabulation. 4). '''%R''c''''' again inspired by '''%T''c''''',''' %R''c''''' repeats char '''''c''''' width times, again it does not do tabulation.",Feature Requests,closed,To Be Determined,format,Boost Development Trunk,Not Applicable,wontfix,conversion chars,